.headline {
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 2px 8px 0px rgba(243, 243, 243, 0.3);
    margin-bottom: 30px;
    position: relative;
    padding: 10px 20px;
  }
  .headline-left {
    width: 96px;
    height: 96px;
    background: url(../images/headline-left.png?v=20241106163128) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 96px 96px;
    z-index: -1;
  }
  .headline img {
    width: 62.5px;
    /* height: 62px; */
    vertical-align: bottom;
    margin-right: 20px;
    margin-top: 15px;
  }
  .headline-right {
    width: 22px;
    height: 96px;
    background: url(../images/headline-right.png?v=20241106163128) no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    background-size: 22px 96px;
    z-index: -1;
  }
  .headline-list {
    width: 1058px;
  }
  .headline-list li {
    /* margin-right: 35px; */
    width: 50%;
  }
  .headline-list li::before{
    content: "·";
    margin-right: 5px;
    color: #d8d8d8;
    display: inline-block;
    font-size: 30px;
    vertical-align: sub;
  }
  .headline-list li a {
    font-size: 16px;
    font-family: SourceHanSansCN, SourceHanSansCN-Normal;
    font-weight: normal;
    text-align: right;
    color: #333333;
  }
  .headline-list li:first-child a {
    float: none;
    font-size: 32px;
    font-weight: 700;
    text-align: right;
    color: #333;
    line-height: 48px;
  }
  .headline-list li:first-child {
    margin-right: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 6px;
  }
  .headline-list li:first-child::before{
      content: '';
  }
  .headline-list li:last-child {
    margin-right: 0;
  }
  /*.headline-list li:hover a {*/
  /*  color: #333;*/
  /*}*/
  
  .news-list {
    background: #ffffff;
    border-radius: 0 4px 4px 0;
    box-shadow: 0px 2px 8px 0px rgba(243, 243, 243, 0.3);
    padding: 0px 30px;
    margin-bottom: 40px;
  }
  .news-list .list-left {
    width: 556px;
  }
  .news-list .list-left li {
    border-bottom: 0.5px dashed #b4b4b4;
    padding: 20px 0;
  }
  .news-list .list-left li a {
    display: flex;
    align-items: center;
    height: 56px;
  }
  .news-list .list-left li:last-child {
    margin-bottom: 0px;
    border: none;
  }
  .news-list .list-left .list-name {
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    color: #333333;
    width: 440px;
    line-height: 28px;
    margin-right: 30px;
  }
  .list-left li:hover .list-name {
      color:#333;
  }
  .news-list .icon {
    background: url(../images/icon_ms.png?v=20241106163128) left center no-repeat;
    background-size: 20px 38px;
    width: 20px;
    height: 38px;
    vertical-align: middle;
    margin-right: 20px;
  }
  .news-list .list-left .list-time {
    font-size: 16px;
    color: #999999;
    margin-top: 14px;
  }
  .list-right .icon {
    background: url(../images/yw.png?v=20241106163128) left center no-repeat;
    background-size: 20px 38px;
    width: 20px;
    height: 38px;
    vertical-align: middle;
    margin-right: 20px;
  }
  .name-header {
    margin-bottom: 20px;
    position: relative;
  }
  .name-header .name-left {
    background: url(../images/name-icon.png?v=20241106163128) left center no-repeat;
    background-size: 32px 52px;
  }
  .name-header .name-left .title {
    font-size: 32px;
    font-weight: 700;
    color: #0059a9;
  }
  .name-header .name-left .english {
    font-size: 14px;
    color: #0059a9;
    letter-spacing: 1px;
  }
  .name-header .more a {
    font-size: 14px;
    color: #666666;
    background: url(../images/more.png?v=20241106163128) right center no-repeat;
    padding-right: 20px;
  }
  .name-header .more:hover a {
    color: #333;
    background: url(../images/more-hover.png?v=20241106163128) right center no-repeat;
  }
  .name-header .more {
    margin-top: 10px;
  }
  .on-demand,
  .hot-topic,
  .short-video {
    margin-bottom: 30px;
  }
  .on-demand__box {
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 2px 8px 0px rgba(243, 243, 243, 0.3);
    padding: 30px;
  }
  .on-demand__box div {
    margin-right: 27px;
  }
  .on-demand__box div:last-child {
    margin-right: 0;
  }
  .on-demand__img {
    width: 278px;
    height: 196px;
    vertical-align: bottom;
  }
  .on-demand__list {
    padding: 20px 30px;
    background: #f5f9fd;
    width: 278px;
    height: 196px;
  }
  .on-demand__list li {
    margin-bottom: 10px;
  }
  .on-demand__list li:last-child {
    margin-bottom: 0;
  }
  .on-demand__name {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    background: url(../images/triangle.png?v=20241106163128) left center no-repeat;
    background-size: 9px 13px;
    padding-left: 20px;
  }
  .on-demand__time {
    font-size: 16px;
    color: #999999;
  }
  .new-icon {
    width: 27px;
    height: 14px;
    background: url(../images/new.png?v=20241106163128) left center no-repeat;
    display: none;
    background-size: 100% 100%;
    margin-top: 3px;
    margin-left: 8px;
  }
  .on-demand__list li:first-child .new-icon {
    display: inline-block;
  }
  .on-demand__list li:hover .on-demand__name {
    background: url(../images/triangle-hover.png?v=20241106163128) left center no-repeat;
    background-size: 9px 13px;
    color: #333;
  }
  .hotTopicSwiper,
  .shortVideoSwiper,.swiper1 {
    overflow: hidden;
  }
  .hotTopicSwiper .swiper-slide {
    width: 278px;
    height: 228px;
  }
  .shortVideoSwiper .swiper-slide {
    width: 278px;
  }
  .hotTopicSwiper .swiper-slide img {
    width: 278px;
    height: 156px;
    display: block;
  }
  .hotTopicSwiper-title {
    height: 72px;
    padding: 15px 20px;
    background-color: #ffffff;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
  }
  .hotTopicSwiper li:hover,.hotTopicSwiper li:hover .hotTopicSwiper-title{
    background: #0059a9;
  }
  .hotTopicSwiper li:hover img {
    padding:5px 5px 0 5px;
  }
  .hotTopicSwiper li:hover .hotTopicSwiper-title {
    color: #ffffff;
  }
  .swiper1 .swiper-slide {
    width: 100%;
    height: 461px;
    position: relative;
  }
  .swiper1 .swiper-slide a {
    position: relative;
    width: 100%;
    height: 100%;
   display: block;
  }
  .swiper1 .swiper-slide a.swiperBigImg{
      width: 820px;
  }
  .swiper1 .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .swiper1-right {
    width: 380px;
    height: 461px;
    background: rgba(0,89,169,0.90);
    position: absolute;
    top: 0;
    right: 0;
    padding: 30px;
  }
  .swiper1 .swiper-slide .swiper1-right img {
    width: 320px;
    height: 180px;
    display: block;
    margin-bottom: 20px;
  }
  .swiper-wrapper {
      z-index:0 !important;
  }
  .swiper1-right  .next-span {
    width: 68px;
    height: 34px;
    display: inline-block;
    background: url(../images/next-bg.png?v=20241106163128) no-repeat;
    opacity: 0.85;
    background-size: 100% 100%;
    position: absolute;
    right: 30px;
    top: 30px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
  }
  .swiper1-title {
    font-size: 22px;
    font-weight: 500;
    color: #ffffff;
    line-height: 30px;
    background: url(../images/swiper1-triangle.png?v=20241106163128) left 5px no-repeat;
    background-size: 6px 12px;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .swiper1-brief {
    opacity: 0.7;
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
  }
  .swiper-button-next:after,
  .swiper-container-rtl .swiper-button-prev:after {
    content: "" !important;
  }
  .swiper-button-prev:after,
  .swiper-container-rtl .swiper-button-next:after {
    content: "" !important;
  }
  .swiper-box {
    position: relative;
  }
  .prev {
    left: -41px !important;
    background: url(../images/swiper2-left.png?v=20241106163128) !important;
    width: 14px !important;
    height: 26px !important;
    background-size: 14px 26px !important;
    opacity: 1 !important;
  }
  .next {
    right: -41px !important;
    background: url(../images/swiper2-right.png?v=20241106163128) !important;
    width: 14px !important;
    height: 26px !important;
    background-size: 14px 26px !important;
    opacity: 1 !important;
  }
  .prev:hover {
    background: url(../images/swiper2-left__hover.png?v=20241106163128) !important;
    background-size: 14px 26px !important;
  }
  .next:hover {
    background: url(../images/swiper2-right__hover.png?v=20241106163128) !important;
    background-size: 14px 26px !important;
  }
  .live {
    margin-bottom: 30px;
  }
  .live-main {
    width: 100%;
    /*height: 527px;*/
    overflow:hidden;
    background: url(../images/live-bg.png?v=20241106163128);
    background-size: 100% 100%;
    padding: 26px 0px 26px 30px;
  }
  .live-list {
    width: 348px;
  }
  .live-list li {
    padding: 20px 0 0 0;
  }
  .live-icon {
    width: 20px;
    height: 38px;
    display: inline-block;
    margin-right: 23px;
  }
  .foretell {
    background: url(../images/foretell.png?v=20241106163128);
    background-size: 100% 100%;
  }
  .review {
    background: url(../images/review.png?v=20241106163128);
    background-size: 100% 100%;
  }
  .living {
    background: url(../images/living.png?v=20241106163128);
    background-size: 100% 100%;
  }
  .live-right {
    width: 305px;
    border-bottom: 0.5px dashed #bbbbbb;
    padding-bottom: 20px;
  }
  .live-right__name {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 10px;
    cursor: pointer;
  }
  .live-right__time {
    font-size: 12px;
    color: #999999;
    background: url(../images/time-icon.png?v=20241106163128) left center no-repeat;
    background-size: 12px 12px;
    padding-left: 20px;
  }
  .live-list li:hover .live-icon {
    background: url(../images/living-hover.png?v=20241106163128) left center no-repeat;
    background-size: 8px 16px;
  }
  .live-list li:hover .live-right__name {
    color: #333;
  }
  .live-active__icon .live-icon{
    background: url(../images/living-hover.png?v=20241106163128) left center no-repeat !important;
    background-size: 8px 16px !important;
  }
  .live-right__people {
    font-size: 12px;
    color: #999999;
    background: url(../images/people-icon.png?v=20241106163128) left center no-repeat;
    background-size: 10px 12px;
    padding-left: 15px;
  }
  .live-img {
    width: 790px;
    height: 444px;
    margin-top: 20px;
  }
  .live-img__box {
    position: relative;
  }
  .live-type {
    display: inline-block;
  }
  .foretell1 {
    background: url(../images/foretell1.png?v=20241106163128) no-repeat;
    position: absolute;
    top: 20px;
    left: 20px;
    background-size: 68px 34px;
    width: 68px;
    height: 34px;
  }
  .review1 {
    background: url(../images/review1.png?v=20241106163128) no-repeat;
    position: absolute;
    top: 20px;
    left: 20px;
    background-size: 68px 34px;
    width: 68px;
    height: 34px;
  }
  .living1 {
    background: url(../images/living1.png?v=20241106163128) no-repeat;
    position: absolute;
    top: 20px;
    left: 20px;
    background-size: 80px 34px;
    width: 80px;
    height: 34px;
  }
  .live-stop {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 31px;
    height: 31px;
  }
  .prev1 {
    left: -61px !important;
    background: url(../images/swiper2-left.png?v=20241106163128) !important;
    width: 9px !important;
    height: 16px !important;
    background-size: 9px 16px !important;
    opacity: 1 !important;
  }
  .next1 {
    right: 0px !important;
    background: url(../images/swiper2-right.png?v=20241106163128) !important;
    width: 9px !important;
    height: 16px !important;
    background-size: 9px 16px !important;
    opacity: 1 !important;
  }
  .prev2 {
    left: 1060px !important;
    background: url(../images/swiper1-left.png?v=20241106163128) !important;
    width: 9px !important;
    height: 16px !important;
    background-size: 9px 16px !important;
    opacity: 1 !important;
    top: 430px !important;
  }
  .next2 {
    right: 50px !important;
    background: url(../images/swiper1-right.png?v=20241106163128) !important;
    width: 9px !important;
    height: 16px !important;
    background-size: 9px 16px !important;
    opacity: 1 !important;
    top: 430px !important;
  }
  .swiper1-pagination {
    position: absolute;
    bottom: 35px;
    left: 1090px;
    z-index: 3;
    font-size: 16px;
    color: #ffffff;
    width: 200px;
  }
  .swiper1-pagination .swiper-pagination-total {
    opacity: 0.6;
  }
  .swiper-btn {
    position: relative;
    margin-top: 33px;
  }
  .prev1:hover {
    background: url(../images/swiper2-left__hover.png?v=20241106163128) !important;
    background-size: 9px 16px !important;
  }
  .next1:hover {
    background: url(../images/swiper2-right__hover.png?v=20241106163128) !important;
    background-size: 9px 16px !important;
  }
  .prev2:hover {
    background: url(../images/swiper2-left__hover.png?v=20241106163128) !important;
    background-size: 9px 16px !important;
  }
  .next2:hover {
    background: url(../images/swiper2-right__hover.png?v=20241106163128) !important;
    background-size: 9px 16px !important;
  }
  .shortVideoSwiper .swiper-slide img {
    width: 278px;
    height: 156px;
    display: block;
  }
  .shortVideoSwiper .img-box {
    position: relative;
  }
  .shortVideoSwiper .swiper-title__box {
    background: #ffffff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 2px 8px 0px rgba(243, 243, 243, 0.3);
    height: 112px;
    padding: 20px;
    position: relative;
  }
  .shortVideoSwiper .swiper-title__box .name {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
  }
  .shortVideoSwiper .swiper-title__box .time {
    font-size: 12px;
    color: #999999;
    position: absolute;
    bottom: 20px;
  }
  .shortVideoSwiper .duration {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    padding: 2px 5px;
    background: url(../images/mask.png?v=20241106163128);
    background-size: 100% 100%;
    position: absolute;
    bottom: 16px;
    left: 20px;
  }
  .play-icon {
    width: 48px;
    height: 48px;
    background: url(../images/play-icon.png?v=20241106163128);
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
  }
  .shortVideoSwiper li:hover .play-icon {
    display: block;
  }
  .shortVideoSwiper li:hover,.shortVideoSwiper li:hover .swiper-title__box{
    background: #0059a9;
  }
  .shortVideoSwiper li:hover .img-box img {
    /* padding:5px 5px 0px 5px; */
    border: 5px solid #0059a9;
  }
  .shortVideoSwiper li:hover .swiper-title__box p {
    color: #ffffff;
  }
  .travel,
  .announcement {
    width: 585px;
  }
  .travel-main,
  .announcement-list {
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 2px 8px 0px rgba(243, 243, 243, 0.3);
    padding: 30px 30px 10px 30px;
  }
  .travel-top img {
    width: 248px;
    height: 139px;
    margin-right: 16px;
  }
  .travel-top {
    position: relative;
    margin-bottom: 15px;
  }
  .travel-mask {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    padding: 2px 5px;
    background: url(../images/mask.png?v=20241106163128);
    background-size: 100% 100%;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
  .travel-top__box {
    width: 261px;
  }
  .travel-top__title {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 26px;
    margin-bottom: 10px;
    margin-top: 5px;
  }
  .travel-top__brief {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
  }
  .travel-list li {
    padding: 11px 0;
  }
  .travel-list li a {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
  }
  .travel-list li:first-child a {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
  }
  .travel-list li:hover a,.travel-top__title:hover {
    color: #333;
  }
  .announcement-list li {
    width: 100%;
    height: 80px;
    background: #f5f9fd;
    padding: 17px 20px;
    margin-bottom: 12px;
  }
  .announcement-list li a {
      display: flex;
      align-items: center;
  }
  .announcement-list .time {
    font-size: 12px;
    color: #999999;
    text-align: center;
    margin-right: 17px;
  }
  .announcement-list .time div:first-child {
    font-size: 28px;
    font-weight: 700;
    color: #0059a9;
    text-align: center;
  }
  .announcement-list li:hover .announcement-title {
      color: #333;
  }
  .line {
    width: 1px;
    height: 40px;
    border-left: 0.5px dashed #b4b4b4;
    display: inline-block;
    margin-top: 4px;
    margin-right: 18px;
  }
  .announcement-title {
    font-size: 16px;
    font-weight: normal;
    text-align: justify;
    color: #333333;
    width: 399px;
    line-height: 24px;
  }
  .announcement-list {
    padding-bottom: 19px;
  }
  .sidebar-box {
    width: 76px;
    position: fixed;
    right: 20px;
    bottom: 100px;
    background: #ffffff;
  }
  .sidebar-box .sidebar-list {
    border-radius: 4px;
    box-shadow: 0px 2px 8px 0px rgba(243, 243, 243, 0.3);
    border-bottom: 0.5px solid #f4f4f4;
  }
  .sidebar-list li {
    width: 76px;
    height: 30px;
    line-height: 30px;
    text-align: center;
  }
  .sidebar-list li:hover {
    background: rgba(255,161,88,0.15);
  }
  .sidebar-list li a {
    font-size: 12px;
    color: #333333;
  }
  .sidebar-list li:hover a{
    color: #333;
  }
  .back-top {
    display: block;
    width: 76px;
    height: 38px;
    background: url(../images/back-top.png?v=20241106163128) no-repeat;
    background-size: 100% 100%;
    margin-top: 8px;
  }
  .back-top:hover {
    background: url(../images/back-top-hover.png?v=20241106163128) no-repeat;
    background-size: 100% 100%;
  }
  /* .sidebar-share {
  } */
  .sidebar-share li{
    width: 76px;
    height: 30px;
    font-size: 12px;
    color: #333333;
    line-height: 30px;
    text-align: center;
    position: relative;
  }
  .sidebar-share li span {
    vertical-align: middle;
    cursor: pointer;
  }
  .sidebar-code__box {
    position: absolute;
    left: -123px;
    top: -60px;
    padding: 16px 16px 5px 16px;
    background: #ffffff;
    display: none;
    z-index:999;
  }
  .sidebar-share li:nth-child(1) .sidebar-share__icon{
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/sidebar-wx.png?v=20241106163128) left center no-repeat;
    background-size: 14px 14px;
  }
  /*.sidebar-share li:nth-child(2) .sidebar-share__icon{*/
  /*  display: inline-block;*/
  /*  width: 14px;*/
  /*  height: 14px;*/
  /*  background: url(../images/sidebar-wb.png?v=20241106163128) left center no-repeat;*/
  /*  background-size: 14px 14px;*/
  /*  margin-right: 10px;*/
  /*}*/
  .sidebar-share li:nth-child(2) .sidebar-share__icon{
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/sidebar-app.png?v=20241106163128) left center no-repeat;
    background-size: 14px 14px;
  }
  .sidebar-share li:hover:nth-child(1) .sidebar-share__icon{
    background: url(../images/wx-hover.png?v=20241106163128) left center no-repeat;
    background-size: 14px 14px;
  }
  .sidebar-share li:hover:nth-child(2) .sidebar-share__icon{
    background: url(../images/wb-hover.png?v=20241106163128) left center no-repeat;
    background-size: 14px 14px;
    margin-right: 10px;
  }
  .sidebar-share li:hover:nth-child(3) .sidebar-share__icon{
    background: url(../images/app-hover.png?v=20241106163128) left center no-repeat;
    background-size: 14px 14px;
  }
  .sidebar-share li:hover {
    color: #333;
    background: rgba(255,161,88,0.15);
  }
  .sidebar-code__box img {
    width: 80px;
    height: 80px;
    display: block;
    margin-bottom: 5px;
  }
  .sidebar-code__box p {
    font-size: 12px;
    color: #333333;
    text-align: center;
    display: block;
  }
  .sidebar-share li:hover .sidebar-code__box {
    display: block;
  }